home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / end.dir / 00001_Movie Script.ls next >
Encoding:
Text File  |  1996-04-18  |  151 b   |  13 lines

  1. on startMovie
  2.   global gSINewUser
  3.   set the exitLock to 1
  4.   if gSINewUser then
  5.     go("ExitScreen")
  6.   else
  7.     go("Exit")
  8.   end if
  9. end
  10.  
  11. on cleanUp
  12. end
  13.